home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Plus Special 18
/
AMIGAplus Sonderheft 18 (1999)(ICP)(DE)[!].iso
/
PD
/
Spiele
/
InvasionForce
/
Source
/
Includes
/
cyber_order_protos.h
< prev
next >
Wrap
C/C++ Source or Header
|
1999-01-08
|
553b
|
27 lines
/* Prototypes for functions defined in
cyber_order.c
*/
int DoUnitActions(int , int );
void ExecuteStandingOrder(struct Unit * );
void CommandGoto(struct Unit * );
void CommandRandom(struct Unit * );
void CommandHunt(struct Unit * );
struct MapIcon * FindClosestEnemyIcon(struct Unit * , int );
void CommandRecon(struct Unit * );
void CommandWalkCoastline(struct Unit * );
void ComputerGiveOrders(struct Unit * , int , short , short , short , short , int );
void AIAddLib(struct Unit * );
void MoveUnitDir(struct Unit * , enum Direction );